home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SuperHack
/
SuperHack CD.bin
/
SCRIPTZ
/
LS30.ZIP
/
INSTALL.BAT
next >
Wrap
DOS Batch File
|
1995-12-17
|
2KB
|
75 lines
@echo off
cls
echo .x[leetScript]x. v3.0 Installation
echo Released: 12/17/96
echo.
echo leetScript is by leetd00d (C) 1996 ...
echo It only runs on 32bit systems -- if you aren't running Win95 or WinNT hit
echo CTRL-C now.
echo.
echo You've all been waiting for it, here it is.
echo Best mIRC Script page IMHO:
echo http://www.nethosting.com/~shylock
echo.
echo .x[leetScript]x. Homepage:
echo http://www.d0rx.org/ls/
echo.
echo -- Hit a Key --
pause>nul
echo.
echo Oh yeah, this program occupies about 2.5 megabytes of hard drive space,
echo if you decide you don't want it, or do not have enough hard drive space,
echo please hit CTRL-C NOW. I know lots were disappointed I wasn't going to
echo distribute the newer versions of the script, but I decided I wasn't going
echo to leave you hanging with an old version. Had to release some more.
echo.
echo To use this script you must follow these guidelines:
echo.
echo [*] Don't distribute (direct them to http://www.d0rx.org/ls/ instead)
echo.
echo [*] Don't RIP - I worked WEEKS on this script
echo.
echo [*] Don't say it's YOURS
echo.
echo [*] Don't ICMP bomb everyone you meet
echo.
echo [*] If you find someone who ripped my script email me at:
echo ereet@usa.net
echo.
echo [*] If you don't like it run UNINST.BAT
echo.
echo .x[Otherwise, hit a key]x.
echo.
pause>NUL
echo.
echo .x[Creditz]x.
echo.
echo cool-1 - Ideas
echo SABBATH/NightWolf - Some of the topics
echo DrBardo - FloodBots - Aren't very useful now, but hey.
echo DrBardo - Link Looker
echo iD4 - Pick Up Lines
echo.
echo .x[Hit a Key]x.
echo.
pause>nul
echo.
echo About to install .x[leetScript v3.0]x. -- are you ready for the *best*?
echo.
echo .x[Hit a key to install]x.
echo.
pause>NUL
if not exist c:\iconslip\nul md c:\iconslip
if not exist c:\iconslip\mirc\nul md c:\iconslip\mirc
if exist c:\windows\desktop\nul echo y|copy 1.lnk c:\windows\desktop\leetScript.lnk>nul
if exist c:\windows\desktop\nul echo y|copy 2.lnk "c:\windows\desktop\leetScript Clone.lnk">nul
pkunzip -do ls30.dat c:\iconslip\mirc>nul
echo.
echo Installation COMPLETE! Have FUN!:) -leetd00d
echo Oh yeah, it was installed in c:\iconslip\mirc and the exe file is
echo located in c:\iconslip\mirc\mirc32.exe. The installation should have
echo created the icons on your desktop. Go check. If they aren't there,
echo TELL ME! :P
notepad readme.now
pause